@charset "utf-8";

/* 头部 */
.Header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 78px;
    background: transparent;
    user-select: none;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.Header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1a2436;
    transition: all .4s ease;
}

.Header > .contain > a {
    float: left;
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
}

.Header > .contain > a img {
    max-width: 100%;
}

.Header-logos {
    display: none;
}

.Header-lang {
    float: right;
    position: relative;
    z-index: 999;
    padding-left: 40px;
    height: 100%;
    margin-left: 65px;
}

.Header-lang::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background-color: #aaaaaa;
    transition: all .4s ease;
}

.Header-lang-menu {
    display: flex;
    align-items: center;
    height: 100%;
    color: rgba(255,255,255,0.8);
    transition: color .4s ease;
}

.Header-lang-menu span {
    font-size: 16px;
    font-family: "BS";
}

.Header-lang-menu i {
    font-size: 22px;
    margin-right: 4px;
}

.Header-lang.active .Header-lang-menu {
    color: var(--yy-primary);
}

.Header-navbar {
    float: right;
    margin-right: 40px;
    visibility: visible;
    opacity: 1;
    height: 100%;
}

body.PC .Header-navbar {
    display: block !important;
}

.Header-navbar>ul {
    height: 100%;
}

.Header-navbar>ul>li {
    float: left;
    margin: 0 25px;
    position: relative;
    z-index: 9;
    height: 100%;
}

.Header-navbar>ul>li:last-child {
    margin-right: 0;
}

.Header-navbar>ul>li:first-child {
    margin-left: 0;
}

.Header-navbar>ul>li>a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    transition: color .4s ease;
}

.Header-navbar>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: var(--yy-primary);
    transition: all .4s ease;
}

.Header-navbar>ul>li:hover>a::before {
    width: 100%;
}

.Header-navbar>ul>li:hover>a {
    color: var(--yy-primary);
}

.Header-navbar>ul>li>a i {
    transform: rotate(180deg);
    margin-left: 5px;
    font-size: 12px;
}

.Header-arrow {
    display: none;
}

.Header-drop {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
    left: 50%;
    width: 160px;
    margin-left: -80px;
    top: calc(100% - 0px);
    min-width: 100%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    transition: top .4s ease;
}

.Header-drop-menu {
    display: flex;
    width: 100%;
    position: relative;
}

.Header-drop-menu>a {
    display: flex;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 4px;
    text-align: center;
    color: #666;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.Header-drop-menu.active, .Header-drop-menu>a:hover {
    background: var(--yy-primary);
    color: #fff;
}

@media all and (min-width: 1100px) {
    .yuan .Header > .contain > a .Header-logos {
        opacity: 1;
    }

    .yuan .Header > .contain > a .Header-logoh {
        opacity: 0;
    }

    .yuan .Header {
        background: transparent;
        box-shadow: none;
        height: 108px;
    }

    .yuan .Header-navbar>ul>li>a {
        color: #fff;
    }

    .yuan .Header-lang-menu {
        color: #fff;
    }

    .yuan .Header-lang::before {
        background-color: #fff;
    }

    .yuan .Header::before {
        top: -100%;
    }

    .yuan .Header:hover {
        background: transparent;
        box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
        height: 78px;
    }

    .yuan .Header:hover::before {
        top: 0px;
    }

    .yuan .Header:hover .Header-navbar>ul>li:hover>a,.yuan .Header:hover .Header-navbar>ul>li:hover>a.current {
        color: var(--yy-primary);
    }

    .yuan .Header:hover .Header-lang::before {
        background-color: #aaaaaa;
    }

    .yuan .Header:hover > .contain > a .Header-logos {
        opacity: 0;
    }

    .yuan .Header:hover > .contain > a .Header-logoh {
        opacity: 1;
    }

    .yuan .Header:hover .Header-lang-menu {
        color: color: rgba(255,255,255,0.8);
    }

    .yuan .Header > .contain > a img {
        position: absolute;
        transition: opacity .4s ease;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .yuan .Header-logos {
        display: block;
    }
}

@media all and (min-width: 1280px) {
    .Header {
        height: 82px;
    }

    .yuan .Header {
        height: 112px;
    }

    .yuan .Header:hover {
        height: 82px;
    }
}

@media all and (min-width: 1600px) {
    .Header {
        height: 90px;
    }

    .yuan .Header {
        height: 120px;
    }

    .yuan .Header:hover {
        height: 90px;
    }
}

.Header-navclick {
    display: none;
    width: 24px;
    height: 60px;
    cursor: pointer;
    float: right;
    user-select: none;
    align-items: center;
}

.Header-navclick span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    transition: all .2s linear;
}

.Header-navclick span:before,.Header-navclick span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    display: block;
    left: 0;
    width: 100%;
    transition: all .2s linear;
}

.Header-navclick span:before {
    top: -7px;
}

.Header-navclick span:after {
    top: 7px;
}

.Header-navclick.active span {
    -moz-animation: buttonAnimation 0.3s ease forwards;
    -webkit-animation: buttonAnimation 0.3s ease forwards;
    animation: buttonAnimation 0.3s ease forwards;
}

.Header-navclick.active span:before {
    -moz-animation: buttonAnimationBefore 0.3s ease forwards;
    -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
    animation: buttonAnimationBefore 0.3s ease forwards;
}

.Header-navclick.active span:after {
    -moz-animation: buttonAnimationAfter 0.3s ease forwards;
    -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
    animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        -ms-transform: translateY(0px) rotate(0);
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(7px) rotate(0);
        -ms-transform: translateY(7px) rotate(0);
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-7px) rotate(0);
        -ms-transform: translateY(-7px) rotate(0);
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

/* 底部 */
.Footer {
    width: 100%;
    background: #1a2436;
    position: relative;
    z-index: 9;
}

.Footer-items {
    width: 100%;
    padding: 70px 0 70px;
}

.Footer-navbar {
    width: 100%;
    user-select: none;
}

.Footer-navbar>ul {
    justify-content: space-between;
}

.Footer-navbar>ul>li {
    width: auto;
    position: relative;
}

.Footer-menu {
    font-size: 16px;
    color: var(--yy-primary);
    font-weight: 700;
    display: flex;
}

.Footer-arrow {
    display: none;
}

.Footer-drop {
    width: 100%;
    margin-top: 12px;
}

body.PC .Footer-drop {
    display: block !important;
}

.Footer-drop-menu {
    display: flex;
    position: relative;
    width: 100%;
}

.Footer-drop-menu>a {
    font-size: 14px;
    padding: 6px 0;
    color: #969da6;
    display: flex;
    line-height: 1.24;
    transition: all .4s ease;
}

.Footer-drop-menu>a:hover {
    color: #fff;
}

.Footer-code {
    width: 100%;
    margin-top: 32px;
    display: flex;
}

.Footer-code a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 16px;
}

.Footer-code a span {
    font-size: 20px;
    color: #fff;
}

.Footer-code a:last-child {
    margin-right: 0;
}

.Footer-code-img {
    display: none;
    width: 152px;
    height: 152px;
    padding: 6px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -76px;
    background: #fff;
    border-radius: 4px;
}

.Footer-code-img::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}

.Footer-code-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Footer-code a:hover .Footer-code-img {
    display: block;
    animation: FooterCode .6s ease-in-out both;
}

@keyframes FooterCode {
    0% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0);
    }
}

.Footer-friend {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.Footer-friend-hint, .Footer-friend-link a {
    color: #969da6;
    line-height: 24px;
    font-size: 14px;
}

.Footer-friend-link {
    flex: 1;
}

.Footer-friend-link a {
    transition: all .4s ease;
    margin-right: 14px;
}

.Footer-friend-link a:last-of-type {
    margin-right: 0;
}

.Footer-friend-link a:hover {
    color: #fff;
}

.Footer-copyright {
    width: 100%;
    background: #141d2e;
}

.Footer-copyright .contain {
    padding: 30px 0;
}

.Footer-copyright .contain .flex {
    justify-content: space-between;
    display: flex;
}

.Footer-copyright .info {
    color: rgba(255, 255, 255, .3);
    line-height: 18px;
    font-size: 14px;
}

.Footer-copyright .info p:not(:first-child) {
    margin-left: 16px;
}

.Footer-copyright .info a {
    transition: all .4s ease;
}

.Footer-copyright .info a:hover {
    color: #fff;
}

.Footer-iphone img {
    width: 240px;
}

/* 侧边悬浮 */
.side-view {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 999;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.side-list {
    background: var(--yy-primary);
}

.side-list li {
    position: relative;
}

.side-menu {
    width: 48px;
    height: 48px;
    transition: all .4s ease;
}

.side-menu span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.side-drop {
    white-space: nowrap;
    display: none;
    font-size: 16px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.side-drop p {
    margin-top: 10px;
}

.side-drop p:first-child {
    margin-top: 0;
}

.side-drop p a {
    color: var(--yy-primary);
    font-weight: 700;
}

.side-list li:hover .side-menu {
    background: #fff;
}

.side-list li:hover .side-menu span {
    color: var(--yy-primary);
}

.side-list li:hover .side-drop {
    display: block;
}

.backTop {
    user-select: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    transition: all .4s ease;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 9999;
    background: var(--yy-primary);
}

.backTop::after {
    content: "\e727";
    font-family: "icon";
}

.side-view.on {
    display: block;
}

.backTop:hover {
    background: #fff;
    color: var(--yy-primary);
}

@media all and (max-width: 720px) {
    .side-view {
        right: 15px;
    }

    .side-menu span i.icon {
        font-size: 12px;
    }

    .side-menu {
        width: 30px;
        height: 30px;
    }

    .backTop {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .side-drop {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

/* 横竖屏 */
.popOrient {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 9999999999999999;
    color: #696969;
    font-size: 16px;
    text-align: center;
}

.popOrient svg {
    height: 60px;
    margin-bottom: 12px;
}

body.landscape .popOrient {
    display: flex
}

.Container {
    width: 100%;
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contain {
    width: 1400px;
    margin: 0 auto;
}

.Header > .contain {
    width: 100%;
    padding: 0px 35px 0px 45px;
    height: 100%;
}

.Footer-hit {
    width: 100%;
    justify-content: space-between;
}

.Footer-hit li {
    color: rgba(255, 255, 255, .6);
    margin-bottom: 10px;
}

.Footer-hit li:last-child {
    margin-bottom: 0px;
}

.Footer-hit .img {
    display: flex;
    flex-direction: column;
    width: 120px;
    text-align: center;
}

.foot_list .list p {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.IndTitle.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.IndTitle.center .narrow {
    width: 80%
}

.IndTitle .name {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    margin-bottom: -0.6em;
}

.IndTitle .name1 {
    opacity: 0.5;
    background: -webkit-linear-gradient(180deg,var(--yy-gray),transparent);
    background: linear-gradient(180deg,var(--yy-gray),transparent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.IndTitle .name2 {
    opacity: 0.1;
    background: -webkit-linear-gradient(180deg,#fff,transparent);
    background: linear-gradient(180deg,#fff,transparent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.IndTitle .name img {
    display: block;
    margin-left: 8px;
    width: 10px;
}

.IndTitle .text a {
    color: inherit;
}

.IndTitle.messagebox .text a {
    color: var(--yy-primary);
    text-decoration: underline;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .2;
    margin: 0px 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--yy-primary);
}

.CommonBtn {
    width: 156px;
    position: relative;
}

.CommonBtn a {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.CommonBtn a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    background-color: var(--yy-lighter);
}

.CommonBtn .text {
    padding-left: 25px;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    z-index: 9;
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.CommonBtn .icon {
    margin-right: 25px;
    position: relative;
    z-index: 9;
    font-size: 20px;
    padding-top: 1px;
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.CommonBtn:hover a:before {
    width: 100%;
    background-color: var(--yy-primary);
}

.CommonBtn:hover a .text {
    padding-left: 30px;
    color: #fff;
}

.CommonBtn:hover .icon {
    color: #fff;
}

@media all and (max-width: 1600px) {
    .contain {
        width: 1200px;
    }

    .Header-lang {
        margin-left: 0;
    }

    .Header > .contain > a {
        width: 220px;
    }

    .Header-navbar>ul>li>a {
        font-size: 16px;
    }
}

@media all and (max-width: 1280px) {
    .Header > .contain > a {
        width: 200px;
    }

    .contain {
        width: 960px;
    }

    .Header-navbar>ul>li {
        margin: 0 15px;
    }

    .Header-navbar>ul>li>a {
        font-size: 15px;
    }

    .Footer-copyright .info.link {
        margin-top: 10px;
    }

    .CommonBtn {
        width: 150px;
    }

    .CommonBtn a:before {
        width: 48px;
        height: 48px;
        border-radius: 100px;
    }

    .CommonBtn .text {
        padding-left: 22px;
        font-size: 17px;
        line-height: 48px;
    }

    .CommonBtn .icon {
        margin-right: 22px;
        font-size: 19px;
        padding-top: 1px;
    }

    .CommonBtn:hover a .text {
        padding-left: 28px;
    }

    .Footer-items {
        padding: 60px 0;
    }

    .Footer-copyright .contain {
        padding: 24px 0;
    }

    .foot_list .list p {
        font-size: 14px;
    }
}

@media all and (max-width: 1100px) {
    .Header-navbar>ul>li {
        margin: 0 10px;
    }
}

/*------------------------pad（非pro)及以下------------------------*/
@media all and (max-width: 1000px) {
    #newBridge #nb_toolbar_wrap.qiao-toolbar-btn-two a.qiao-toolbar-btn-last {
        background: var(--yy-primary) !important;
    }

    .contain {
        width: 92%;
    }

    .Container {
        margin-top: 60px;
    }

    .Header .contain {
        width: 100%;
    }

    .Header > .contain > a, .Header-lang-menu {
        height: 60px;
    }

    .Header > .contain > a {
        margin-left: 4%;
        width: 130px;
    }

    .Header-navclick {
        display: flex;
        margin-right: 4%;
    }

    .Header-lang.active .Header-lang-menu {
        color: #666;
    }

    .Header-navbar {
        display: none;
        position: absolute;
        width: 100%;
        margin-right: 0;
        height: calc(100vh - 60px);
        top: 60px;
        left: 0;
        padding: 20px 0;
        background: #fff;
    }

    .Header-navbar>ul {
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .Header-navbar>ul>li {
        display: block;
        width: 100%;
        opacity: 0;
        transform: translateY(32px);
        transition: all .4s ease;
        margin: 0;
    }

    .Header-navbar.active>ul>li {
        opacity: 1;
        transform: translateY(0);
    }

    .Header-navbar>ul>li>a {
        height: 44px;
        padding: 0 4%;
        color: #666;
    }

    .Header-navbar>ul>li>a i {
        display: none;
    }

    .Header-arrow {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        transform: rotate(180deg);
        font-size: 18px;
        font-style: normal;
        color: #666;
        text-align: center;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
    }

    .Header-arrow::after {
        content: "\e727";
        font-family: "icon";
    }

    .Header-arrow.active {
        transform: rotate(0);
    }

    .Header-navbar>ul>li:hover>a {
        color: #666;
    }

    .Header-navbar>ul>li>a:hover {
        color: var(--yy-primary);
    }

    .Header-drop {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0;
        overflow: hidden;
        padding: 8px 0;
        border-radius: 0;
        border: none;
        background: #f9f9f9;
        backdrop-filter: inherit;
        box-shadow: none;
    }

    .Header-drop::before {
        display: none;
    }

    .Header-drop-menu>a {
        justify-content: flex-start;
        padding: 8px 4%;
        font-size: 14px;
    }

    .Footer-items {
        padding: 32px 0 36px;
    }

    .Footer-items .contain {
        width: 100%;
    }

    .Footer-navbar {
        width: 100%;
    }

    .Footer-navbar>ul>li {
        width: 100% !important;
    }

    .Footer-menu {
        height: 40px;
        align-items: center;
        padding: 0 4%;
        position: relative;
    }

    .Footer-arrow {
        display: block;
        width: 44px;
        height: 40px;
        line-height: 40px;
        transform: rotate(180deg);
        font-size: 18px;
        font-style: normal;
        color: #fff;
        text-align: center;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
    }

    .Footer-arrow::after {
        content: "\e727";
        font-family: "icon";
    }

    .Footer-arrow.active {
        transform: rotate(0);
    }

    .Footer-drop {
        display: none;
        margin-top: 0;
    }

    .Footer-drop-menu>a {
        padding: 7px 4%;
        width: 100%;
    }

    .Footer-code {
        justify-content: center;
        margin-top: 28px;
        padding: 0 4%;
    }

    .Footer-friend {
        display: none;
    }

    .Footer-copyright .contain {
        padding: 20px 0;
    }

    .Footer-copyright .info.text {
        display: block;
    }

    .Footer-copyright .info.text p {
        display: inline;
    }

    .Footer-copyright .info.link {
        width: 100%;
        margin-top: 8px;
    }

    .Footer-copyright .info p:not(:first-child) {
        margin-left: 8px;
    }

    .Header .contain {
        padding: 0px;
    }

    .Header-lang {
        margin: 0px 15px;
        padding-left: 15px;
    }

    .Header-lang::before {
        width: 2px;
        height: 16px;
    }

    .Header-navbar>ul>li>a::before {
        display: none;
    }

    .Footer-cont {
        padding: 0px 4%;
    }

    .Footer-hit .img {
        width: 100%;
        align-items: center;
        margin-top: 25px;
    }

    .Footer-copyright .info.link {
        justify-content: center;
    }

    .Footer-copyright .info {
        font-size: 12px;
    }

    .Footer-copyright .info.text {
        text-align: center;
    }

    .Header-navbar>ul>li {
        height: auto;
    }

    .Header {
        height: 60px;
    }

    .CommonBtn a:before {
        height: 44px;
    }

    .CommonBtn .icon {
        font-size: 18px;
    }

    .CommonBtn .text {
        font-size: 16px;
        line-height: 44px
    }

    .CommonBtn a:before {
        width: 100%;
        background-color: var(--yy-primary);
    }

    .CommonBtn a .text {
        padding-left: 30px;
        color: #fff;
    }

    .CommonBtn .icon {
        color: #fff;
    }

    .IndTitle .title {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .Footer-copyright .info {
        font-size: 12px;
    }

    .IndTitle.center .narrow {
        width: 100%
    }

    .Footer-hit .img {
        display: none;
    }

    .Footer-hit li {
        margin-bottom: 6px;
    }

    .CommonBanner .content .title {
        margin-top: 0;
    }
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 720px) {
    .CommonBtn {
        width: 140px;
    }

    .CommonBtn a:before {
        height: 40px;
    }

    .CommonBtn .icon {
        font-size: 16px;
    }

    .CommonBtn .text {
        font-size: 14px;
        line-height: 40px
    }

    .CommonBtn a:before {
        width: 100%;
        background-color: var(--yy-primary);
    }

    .CommonBtn a .text {
        padding-left: 30px;
        color: #fff;
    }

    .Footer-iphone img {
        width: 200px;
    }

    .Footer-hit .content {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .Footer-copyright .contain .flex {
        display: none;
    }
}